object fKod_p: TfKod_p Left = 329 Top = 260 Hint = 'Ustaw kod pocztowy w danych firmy' BorderStyle = bsSingle Caption = 'Wprowad'#378' dane kodu pocztowego' ClientHeight = 169 ClientWidth = 393 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 16 Width = 67 Height = 13 Caption = 'Kod pocztowy' end object Label2: TLabel Left = 24 Top = 40 Width = 61 Height = 13 Caption = 'Miejscowo'#347#263 end object Label3: TLabel Left = 24 Top = 64 Width = 32 Height = 13 Caption = 'Powiat' end object Label4: TLabel Left = 24 Top = 96 Width = 67 Height = 13 Caption = 'Wojew'#243'dztwo' end object eKod_p: TEdit Left = 120 Top = 8 Width = 89 Height = 21 TabOrder = 0 end object eMiejscowosc: TEdit Left = 120 Top = 32 Width = 265 Height = 21 TabOrder = 1 end object ePowiat: TEdit Left = 120 Top = 56 Width = 121 Height = 21 TabOrder = 2 end object cb: TComboBox Left = 120 Top = 88 Width = 145 Height = 21 ItemHeight = 13 TabOrder = 3 end object bRezygnuj: TButton Left = 312 Top = 136 Width = 75 Height = 25 Caption = '&Rezygnuj' TabOrder = 4 OnClick = bRezygnujClick end object bZapisz: TButton Left = 216 Top = 136 Width = 75 Height = 25 Caption = '&Zapisz' TabOrder = 5 OnClick = bZapiszClick end end